Skip to content

[#538] Update PL_TEST → PLOT token references#541

Merged
realproject7 merged 2 commits intomainfrom
task/538-plot-token-refs
Mar 25, 2026
Merged

[#538] Update PL_TEST → PLOT token references#541
realproject7 merged 2 commits intomainfrom
task/538-plot-token-refs

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Updated PLOT_TOKEN mainnet address from 0xF8A2C39... to 0x4F567DAC...
  • Simplified RESERVE_LABEL to always "PLOT" (removed testnet conditional)
  • lib/usd-price.ts automatically picks up new address via PLOT_TOKEN import
  • Bumped version to 0.1.10

Test plan

  • App displays "PLOT" as reserve label everywhere
  • USD price API returns price for new PLOT token
  • Token page shows correct PLOT data
  • All 104 tests pass

Fixes #538

🤖 Generated with Claude Code

- Update PLOT_TOKEN mainnet address to 0x4F567DACBF9D15A6acBe4A47FC2Ade0719Fb63C4
- Simplify RESERVE_LABEL to always "PLOT" (no testnet conditional)
- lib/usd-price.ts automatically picks up new address via PLOT_TOKEN import
- Bump version to 0.1.10

Fixes #538

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Mar 25, 2026 11:55am

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APPROVE — minimal config update. PLOT token address matches new deployment (0x4F567DAC...), RESERVE_LABEL simplified to always 'PLOT' per mainnet-only direction. No issues.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: REQUEST CHANGES

Summary

The mainnet PLOT_TOKEN constant update is correct, and the token page / swap UI already derive from that constant or already point at the right PLOT URLs. But issue #538 explicitly requires removing all remaining old-PL_TEST references, and one still remains in the repo.

Findings

  • [medium] .env.example still documents the old PL_TEST mainnet address.
    • File: .env.example:50
    • Suggestion: Update the Base Mainnet comment to the real PLOT token 0x4F567DACBF9D15A6acBe4A47FC2Ade0719Fb63C4 and remove the stale PL_TEST label so the repo no longer contains the old address.

Decision

Requesting changes because issue #538 and its acceptance criteria explicitly require replacing all old PL_TEST address references, and .env.example still contains one.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The updated head resolves the last remaining old-PL_TEST reference. The repo now consistently points at the real PLOT mainnet token across constants and documented env values.

Findings

  • No blocking findings.

Decision

Approve. .env.example now documents # PLOT_TOKEN: 0x4F567DACBF9D15A6acBe4A47FC2Ade0719Fb63C4, which clears the only remaining stale reference I found in issue #538.

@realproject7 realproject7 merged commit a0cdf3e into main Mar 25, 2026
5 checks passed
@realproject7 realproject7 deleted the task/538-plot-token-refs branch March 25, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update all PL_TEST references to real PLOT token in plotlink codebase

2 participants